
.project-filter-list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width:100%;
    clear:both;
}
.project-filter-list li {
    display:inline-block;
    padding:8px;
    cursor: pointer;
}

.project-gallery-section {
    background-image: linear-gradient(#004a6d, #001d35), url(../images/layout/bg_img_3.jpg);
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    color:#b6aa9a;
}

.project-gallery-section h1 {
    color:#e8d2b7;
}

#projects-container {
    text-align: center;
}


.project-box {
    display:inline-block;
    width:300px;
    height:168px;
    margin:2px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}


.project-box-img {
    width:100%;
    margin: 0;
    padding:0;
    pointer-events: none;
    border-radius: 8px;
}
.project-box-name {
    width:100%;
    background: rgba(0, 0,0, 0.5);
    color:#e8d2b7;
    padding:4px;
    position: absolute;
    z-index: 4;
    top:0;
    pointer-events: none;
    transition: all 0.5s;
    border-radius: 8px 8px 0 0;
}
.project-box:hover{
    box-shadow: 0 0 4px #00b3ff;
}
.project-box:hover .project-box-name{
    background: rgba(0, 0,0, 0.8);
    color: #f6ebdc;
}


.content-section-project-bx {
    width:100%;
    display:flex;
    padding:8px;
    background-color:#002d3f;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
}

.project-lg-img-bx {
    width:71%;
}
.project-lg-img-bx img{
    width:100%;
    border-radius: 8px;
}

.project-about-bx {
    width:28%;
    text-align: center;
    color:#cec5b9;
}
.project-about-bx h1 {
    color: #e8d2b7;
}


.project-bullet-list {
    list-style: none;
    margin:0;
    padding:0;
}
.project-bullet-label {
    display:block;
    font-style: italic;
    font-size:14px;
    color:#888;
}
.project-bullet-text {
    display:block;
    padding-bottom:8px;
}
